← Index
NYTProf Performance Profile   
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:09 2023

Filename(eval 2)[/usr/lib/x86_64-linux-gnu/perl-base/Carp.pm:116]
StatementsExecuted 1 statements in 3µs
Eval Invoked At/usr/lib/x86_64-linux-gnu/perl-base/Carp.pm line 116
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sCarp::::__ANON__[:4]Carp::__ANON__[:4]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1sub ($) {
2 my $u = utf8::native_to_unicode($_[0]);
3 $u >= 0x20 && $u <= 0x7e;
413µs }
5;